home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 14929 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.8 KB

  1. Path: uuneo.neosoft.com!usenet
  2. From: bmathai@neosoft.com
  3. Newsgroups: comp.lang.c
  4. Subject: Re: >> File Compare Algorithm <<
  5. Date: Tue, 16 Apr 1996 03:34:38 GMT
  6. Organization: NeoSoft Internet Services   +1 713 968 5800
  7. Message-ID: <4kv4ob$fqs@uuneo.neosoft.com>
  8. References: <4ksocc$pv3@uuneo.neosoft.com> <31725E76.167E@uk.ac.ox.physics>
  9. NNTP-Posting-Host: tobie-ppp-db.neosoft.com
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. Well, the reason why I was asking is that I want to write one
  13. specifically for Windows use.  I know of MS DOS's fc, but I need a
  14. program that our testing environment doesn't have to "drop to DOS" to
  15. execute.  It slows down the process... thanks for the information.
  16.  
  17. Mike Lay <m.lay1@uk.ac.ox.physics> wrote:
  18.  
  19. >bmathai@neosoft.com wrote:
  20. >> 
  21. >> I'm new to C programming and need some help.
  22. >> 
  23. >> Does anyone know of a source where I may obtain a file compare
  24. >> algorithm for text files?  Not a binary compare algorithm, but a line
  25. >> by line comparison.  One that can "calibrate" itself after coming
  26. >> across mismatches in 2 files.  If you could PLEASE email me your
  27. >> response as I don't know if I can frequent this newsgroup often.
  28. >> Thanks in advance!
  29.  
  30. >Not really a C question. The answer rather depends on your o/s.
  31.  
  32. >VMS: diff [file list]
  33. >UNIX: diff [file list]
  34. >DOS: fc.exe
  35.  
  36. >-- 
  37. >Mike Lay
  38. >SubDepartment of Nuclear and Particle Physics
  39. >University of Oxford
  40. >"My words, not theirs"
  41.  
  42.  
  43.  
  44.  
  45. ========================================================================
  46. Biju Mathai (bmathai@neosoft.com)              http://www.neosoft.com/~bmathai
  47.  
  48. "Man is still the most extraordinary computer of all"
  49.                                                      -- John Fitzgerald Kennedy
  50.  
  51. "John never saw my computer..."
  52.                                                      -- Biju Mathai
  53.  
  54.